Package com.cisco.pt.ipc.system
Interface ActivityScriptEngine
- All Superinterfaces:
EMEAScriptEngine,IPCObject
- All Known Implementing Classes:
ActivityScriptEngineImpl
Information provided by the PKI file:
\class ActivityScriptEngine
\brief This class provides access to activity related scripting functions
\example appWindow().getActiveFile().getActivityScriptEngine()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.system.EMEAScriptEngine
canEvaluate, createScriptValueBool, createScriptValueInt, createScriptValueQString, evaluate, evaluateFile, globalObjectMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getAssessmentModelScriptInterface
AssessmentModelScriptInterface getAssessmentModelScriptInterface()Information provided by the PKI file:
\brief Returns the Assessment Model Script Interface \remark The Assessment Model Script Interface's functions are mainly used to expose core functionality to the script engine, but may also be used in the IPC. \return AssessmentModelScriptInterface, the Assessment Model Script Interface.- Returns:
- AssessmentModelScriptInterface Returns a AssessmentModelScriptInterface
-